type net.policyTableEntry

5 uses

	net (current package)
		addrselect.go#L216: type policyTableEntry struct {
		addrselect.go#L222: type policyTable []policyTableEntry
		addrselect.go#L282: type byMaskLength []policyTableEntry
		addrselect.go#L308: func (t policyTable) Classify(ip IP) policyTableEntry {
		addrselect.go#L314: 	return policyTableEntry{}